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(34.4943,-88.6229)};var g_b8599b9343f82e3bc30984ca4f3fea3f = new google.maps.Geocoder();g_b8599b9343f82e3bc30984ca4f3fea3f.geocode( { 'address': "694 Southeast St, Baldwyn, MS 38824, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baldwyn-MS-atm-get--go').style.display = '';map = new google.maps.Map(document.getElementById('baldwyn-MS-atm-get--go'), mapOptions);}document.getElementById('df1efb25').innerHTML += ' | View Map';var $lb8599b9343f82e3bc30984ca4f3fea3f = '

ATM (Get & Go)

Address: 694 Southeast St, Baldwyn, MS 38824, USA
Phone:
';var m_b8599b9343f82e3bc30984ca4f3fea3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Get & Go)',});m_b8599b9343f82e3bc30984ca4f3fea3f['infowindow'] = new google.maps.InfoWindow({content: $lb8599b9343f82e3bc30984ca4f3fea3f});var infowindow = new google.maps.InfoWindow({content: $lb8599b9343f82e3bc30984ca4f3fea3f});google.maps.event.addListener(m_b8599b9343f82e3bc30984ca4f3fea3f, 'click', function() {infowindow.open(map,m_b8599b9343f82e3bc30984ca4f3fea3f);});$marker.push(m_b8599b9343f82e3bc30984ca4f3fea3f);}});}google.maps.event.addDomListener(window, 'load', initialize);