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.7584,-89.5847)};var g_584296073dec252af7c715aac306aab9 = new google.maps.Geocoder();g_584296073dec252af7c715aac306aab9.geocode( { 'address': "510 Highway 35 S, Carthage, MS 39051"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carthage-MS-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('carthage-MS-first-financial-bank'), mapOptions);}document.getElementById('d629ddde').innerHTML += ' | View Map';var $l584296073dec252af7c715aac306aab9 = '

First Financial Bank

Address: 510 Highway 35 S, Carthage, MS 39051
Phone: (601) 267-6657
';var m_584296073dec252af7c715aac306aab9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_584296073dec252af7c715aac306aab9['infowindow'] = new google.maps.InfoWindow({content: $l584296073dec252af7c715aac306aab9});var infowindow = new google.maps.InfoWindow({content: $l584296073dec252af7c715aac306aab9});google.maps.event.addListener(m_584296073dec252af7c715aac306aab9, 'click', function() {infowindow.open(map,m_584296073dec252af7c715aac306aab9);});$marker.push(m_584296073dec252af7c715aac306aab9);}});}google.maps.event.addDomListener(window, 'load', initialize);