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(33.5144,-88.435)};var g_2dc5fc9481e795adc1035eb8e93435bb = new google.maps.Geocoder();g_2dc5fc9481e795adc1035eb8e93435bb.geocode( { 'address': "1601 US-45, Columbus, MS 39705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-MS-atm-express').style.display = '';map = new google.maps.Map(document.getElementById('columbus-MS-atm-express'), mapOptions);}document.getElementById('6c41715e').innerHTML += ' | View Map';var $l2dc5fc9481e795adc1035eb8e93435bb = '

ATM Express

Address: 1601 US-45, Columbus, MS 39705, USA
Phone: (662) 329-7011
';var m_2dc5fc9481e795adc1035eb8e93435bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM Express',});m_2dc5fc9481e795adc1035eb8e93435bb['infowindow'] = new google.maps.InfoWindow({content: $l2dc5fc9481e795adc1035eb8e93435bb});var infowindow = new google.maps.InfoWindow({content: $l2dc5fc9481e795adc1035eb8e93435bb});google.maps.event.addListener(m_2dc5fc9481e795adc1035eb8e93435bb, 'click', function() {infowindow.open(map,m_2dc5fc9481e795adc1035eb8e93435bb);});$marker.push(m_2dc5fc9481e795adc1035eb8e93435bb);}});}google.maps.event.addDomListener(window, 'load', initialize);