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(38.2337,-122.638)};var g_cc5a8e3b4dbf63f5bace0347540fed78 = new google.maps.Geocoder();g_cc5a8e3b4dbf63f5bace0347540fed78.geocode( { 'address': "100 2nd St, Petaluma, CA 94952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('petaluma-CA-atm').style.display = '';map = new google.maps.Map(document.getElementById('petaluma-CA-atm'), mapOptions);}document.getElementById('9c026203').innerHTML += ' | View Map';var $lcc5a8e3b4dbf63f5bace0347540fed78 = '

ATM

Address: 100 2nd St, Petaluma, CA 94952, USA
Phone: (707) 636-9030
';var m_cc5a8e3b4dbf63f5bace0347540fed78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_cc5a8e3b4dbf63f5bace0347540fed78['infowindow'] = new google.maps.InfoWindow({content: $lcc5a8e3b4dbf63f5bace0347540fed78});var infowindow = new google.maps.InfoWindow({content: $lcc5a8e3b4dbf63f5bace0347540fed78});google.maps.event.addListener(m_cc5a8e3b4dbf63f5bace0347540fed78, 'click', function() {infowindow.open(map,m_cc5a8e3b4dbf63f5bace0347540fed78);});$marker.push(m_cc5a8e3b4dbf63f5bace0347540fed78);}});}google.maps.event.addDomListener(window, 'load', initialize);