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(31.9455,-89.1997)};var g_c7b86021bc60e4fa90a836c2005c4247 = new google.maps.Geocoder();g_c7b86021bc60e4fa90a836c2005c4247.geocode( { 'address': "6 N Third St, Bay Springs, MS 39422"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-springs-MS-omni-bank').style.display = '';map = new google.maps.Map(document.getElementById('bay-springs-MS-omni-bank'), mapOptions);}document.getElementById('c6b091fc').innerHTML += ' | View Map';var $lc7b86021bc60e4fa90a836c2005c4247 = '

Omni Bank

Address: 6 N Third St, Bay Springs, MS 39422
Phone: (601) 764-2115
';var m_c7b86021bc60e4fa90a836c2005c4247 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Omni Bank',});m_c7b86021bc60e4fa90a836c2005c4247['infowindow'] = new google.maps.InfoWindow({content: $lc7b86021bc60e4fa90a836c2005c4247});var infowindow = new google.maps.InfoWindow({content: $lc7b86021bc60e4fa90a836c2005c4247});google.maps.event.addListener(m_c7b86021bc60e4fa90a836c2005c4247, 'click', function() {infowindow.open(map,m_c7b86021bc60e4fa90a836c2005c4247);});$marker.push(m_c7b86021bc60e4fa90a836c2005c4247);}});}google.maps.event.addDomListener(window, 'load', initialize);