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(37.9675,-90.0549)};var g_1757185b29e3319a7f6cdf81fec5841c = new google.maps.Geocoder();g_1757185b29e3319a7f6cdf81fec5841c.geocode( { 'address': "170 Plaza Drive, Ste. Genevieve, MO 63670, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ste-genevieve-MO-atm-bank-of-bloomsdale').style.display = '';map = new google.maps.Map(document.getElementById('ste-genevieve-MO-atm-bank-of-bloomsdale'), mapOptions);}document.getElementById('f2ca295c').innerHTML += ' | View Map';var $l1757185b29e3319a7f6cdf81fec5841c = '

ATM (Bank of Bloomsdale)

Address: 170 Plaza Drive, Ste. Genevieve, MO 63670, USA
Phone: (573) 883-9955
';var m_1757185b29e3319a7f6cdf81fec5841c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Bank of Bloomsdale)',});m_1757185b29e3319a7f6cdf81fec5841c['infowindow'] = new google.maps.InfoWindow({content: $l1757185b29e3319a7f6cdf81fec5841c});var infowindow = new google.maps.InfoWindow({content: $l1757185b29e3319a7f6cdf81fec5841c});google.maps.event.addListener(m_1757185b29e3319a7f6cdf81fec5841c, 'click', function() {infowindow.open(map,m_1757185b29e3319a7f6cdf81fec5841c);});$marker.push(m_1757185b29e3319a7f6cdf81fec5841c);}});}google.maps.event.addDomListener(window, 'load', initialize);