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(32.1519,-90.1311)};var g_8c317a7c6c3e9bd6382554ce9f0811aa = new google.maps.Geocoder();g_8c317a7c6c3e9bd6382554ce9f0811aa.geocode( { 'address': "150 Earl Clark Dr, Florence, MS 39073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-MS-atm-copiah-bank').style.display = '';map = new google.maps.Map(document.getElementById('florence-MS-atm-copiah-bank'), mapOptions);}document.getElementById('7050ccc6').innerHTML += ' | View Map';var $l8c317a7c6c3e9bd6382554ce9f0811aa = '

ATM (Copiah Bank)

Address: 150 Earl Clark Dr, Florence, MS 39073, USA
Phone: (601) 845-1333
';var m_8c317a7c6c3e9bd6382554ce9f0811aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Copiah Bank)',});m_8c317a7c6c3e9bd6382554ce9f0811aa['infowindow'] = new google.maps.InfoWindow({content: $l8c317a7c6c3e9bd6382554ce9f0811aa});var infowindow = new google.maps.InfoWindow({content: $l8c317a7c6c3e9bd6382554ce9f0811aa});google.maps.event.addListener(m_8c317a7c6c3e9bd6382554ce9f0811aa, 'click', function() {infowindow.open(map,m_8c317a7c6c3e9bd6382554ce9f0811aa);});$marker.push(m_8c317a7c6c3e9bd6382554ce9f0811aa);}});}google.maps.event.addDomListener(window, 'load', initialize);