var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(43.9139,-69.8248)};var g_64407e138a438a0608968f1ed57a2c7c = new google.maps.Geocoder();g_64407e138a438a0608968f1ed57a2c7c.geocode( { 'address': "149 Front St, Bath, ME 04530"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bath-ME-ebb-and-flow-yoga').style.display = '';map = new google.maps.Map(document.getElementById('bath-ME-ebb-and-flow-yoga'), mapOptions);}document.getElementById('ed37e8a4').innerHTML += ' | View Map';var $l64407e138a438a0608968f1ed57a2c7c = '

Ebb and Flow Yoga

Address: 149 Front St, Bath, ME 04530
Phone: (207) 389-4868
';var m_64407e138a438a0608968f1ed57a2c7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ebb and Flow Yoga',});m_64407e138a438a0608968f1ed57a2c7c['infowindow'] = new google.maps.InfoWindow({content: $l64407e138a438a0608968f1ed57a2c7c});var infowindow = new google.maps.InfoWindow({content: $l64407e138a438a0608968f1ed57a2c7c});google.maps.event.addListener(m_64407e138a438a0608968f1ed57a2c7c, 'click', function() {infowindow.open(map,m_64407e138a438a0608968f1ed57a2c7c);});$marker.push(m_64407e138a438a0608968f1ed57a2c7c);}});}google.maps.event.addDomListener(window, 'load', initialize);