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.261,-90.476)};var g_26bce8369197e05f77778c19e1356ffa = new google.maps.Geocoder();g_26bce8369197e05f77778c19e1356ffa.geocode( { 'address': "103 Edgewood Dr, McComb, MS 39648, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mccomb-MS-first-bank-edgewood-mall').style.display = '';map = new google.maps.Map(document.getElementById('mccomb-MS-first-bank-edgewood-mall'), mapOptions);}document.getElementById('b285435b').innerHTML += ' | View Map';var $l26bce8369197e05f77778c19e1356ffa = '

First Bank Edgewood Mall

Address: 103 Edgewood Dr, McComb, MS 39648, USA
Phone: (601) 249-4124
';var m_26bce8369197e05f77778c19e1356ffa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank Edgewood Mall',});m_26bce8369197e05f77778c19e1356ffa['infowindow'] = new google.maps.InfoWindow({content: $l26bce8369197e05f77778c19e1356ffa});var infowindow = new google.maps.InfoWindow({content: $l26bce8369197e05f77778c19e1356ffa});google.maps.event.addListener(m_26bce8369197e05f77778c19e1356ffa, 'click', function() {infowindow.open(map,m_26bce8369197e05f77778c19e1356ffa);});$marker.push(m_26bce8369197e05f77778c19e1356ffa);}});}google.maps.event.addDomListener(window, 'load', initialize);