Source for file map-frame.php
Documentation is available at map-frame.php 
 * This is the default template for map frames.  
 * Don't modify this file! It will be overwritten by upgrades.  
 * Instead, copy this file to "geo-mashup-map-frame.php" in your theme directory,  
 * or map-frame.php in the Geo Mashup Custom plugin directory, if you have that  
 * installed. Those files take precedence over this one.  
 * For styling of map elements, see map-style-default.dev.css.  
 * Individual registered scripts can be added with code like  
 * <code>GeoMashupRenderMap::enqueue_script( 'colorbox' );</code>  
 * Or include all queued resources by replacing  
 * <code>GeoMashupRenderMap::head();</code>  
 * <code>wp_head();</code>  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
<html xmlns="http://www.w3.org/1999/xhtml">  
<html xmlns:v="urn:schemas-microsoft-com:vml">  
        <meta http-equiv="content-type" content="text/html; charset=utf-8"/>  
    <title>Geo Mashup Map</title>  
            v\:* { behavior:url(#default#VML); }  
            <p> <?php _e( 'This map requires JavaScript. You may have to enable it in your settings.', 'GeoMashup' ); ?></p>  
 
 
        
       |