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.9893,-89.3504)};var g_b8a251103ad0c7cd1197d8ee38164321 = new google.maps.Geocoder();g_b8a251103ad0c7cd1197d8ee38164321.geocode( { 'address': "122 S Pontotoc Rd, Bruce, MS 38915, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bruce-MS-calhoun-banking-center').style.display = '';map = new google.maps.Map(document.getElementById('bruce-MS-calhoun-banking-center'), mapOptions);}document.getElementById('af0c6c4d').innerHTML += ' | View Map';var $lb8a251103ad0c7cd1197d8ee38164321 = '

Calhoun Banking Center

Address: 122 S Pontotoc Rd, Bruce, MS 38915, USA
Phone: (662) 983-3700
';var m_b8a251103ad0c7cd1197d8ee38164321 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Calhoun Banking Center',});m_b8a251103ad0c7cd1197d8ee38164321['infowindow'] = new google.maps.InfoWindow({content: $lb8a251103ad0c7cd1197d8ee38164321});var infowindow = new google.maps.InfoWindow({content: $lb8a251103ad0c7cd1197d8ee38164321});google.maps.event.addListener(m_b8a251103ad0c7cd1197d8ee38164321, 'click', function() {infowindow.open(map,m_b8a251103ad0c7cd1197d8ee38164321);});$marker.push(m_b8a251103ad0c7cd1197d8ee38164321);}});}google.maps.event.addDomListener(window, 'load', initialize);