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.4371,-89.9177)};var g_37103fc8edfea2af2a6232a6a77aff9c = new google.maps.Geocoder();g_37103fc8edfea2af2a6232a6a77aff9c.geocode( { 'address': "201 S Main St, Sardis, MS 38666"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sardis-MS-first-security-bank').style.display = '';map = new google.maps.Map(document.getElementById('sardis-MS-first-security-bank'), mapOptions);}document.getElementById('4b2ae650').innerHTML += ' | View Map';var $l37103fc8edfea2af2a6232a6a77aff9c = '

First Security Bank

Address: 201 S Main St, Sardis, MS 38666
Phone: (662) 487-1661
';var m_37103fc8edfea2af2a6232a6a77aff9c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Security Bank',});m_37103fc8edfea2af2a6232a6a77aff9c['infowindow'] = new google.maps.InfoWindow({content: $l37103fc8edfea2af2a6232a6a77aff9c});var infowindow = new google.maps.InfoWindow({content: $l37103fc8edfea2af2a6232a6a77aff9c});google.maps.event.addListener(m_37103fc8edfea2af2a6232a6a77aff9c, 'click', function() {infowindow.open(map,m_37103fc8edfea2af2a6232a6a77aff9c);});$marker.push(m_37103fc8edfea2af2a6232a6a77aff9c);}});}google.maps.event.addDomListener(window, 'load', initialize);