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.2488,-89.0192)};var g_2ad56e441e20bb8a4259ad3ad1710cd7 = new google.maps.Geocoder();g_2ad56e441e20bb8a4259ad3ad1710cd7.geocode( { 'address': "2245 MS-15, Pontotoc, MS 38863, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pontotoc-MS-peoples-finance').style.display = '';map = new google.maps.Map(document.getElementById('pontotoc-MS-peoples-finance'), mapOptions);}document.getElementById('f1279fa5').innerHTML += ' | View Map';var $l2ad56e441e20bb8a4259ad3ad1710cd7 = '

Peoples Finance

Address: 2245 MS-15, Pontotoc, MS 38863, USA
Phone: (662) 489-1215
';var m_2ad56e441e20bb8a4259ad3ad1710cd7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Finance',});m_2ad56e441e20bb8a4259ad3ad1710cd7['infowindow'] = new google.maps.InfoWindow({content: $l2ad56e441e20bb8a4259ad3ad1710cd7});var infowindow = new google.maps.InfoWindow({content: $l2ad56e441e20bb8a4259ad3ad1710cd7});google.maps.event.addListener(m_2ad56e441e20bb8a4259ad3ad1710cd7, 'click', function() {infowindow.open(map,m_2ad56e441e20bb8a4259ad3ad1710cd7);});$marker.push(m_2ad56e441e20bb8a4259ad3ad1710cd7);}});}google.maps.event.addDomListener(window, 'load', initialize);