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(32.7712,-89.1074)};var g_63cd70e5fa353b1d2ac198c12ead214f = new google.maps.Geocoder();g_63cd70e5fa353b1d2ac198c12ead214f.geocode( { 'address': "534 Main St, Philadelphia, MS 39350, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-MS-regions').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-MS-regions'), mapOptions);}document.getElementById('1cab794e').innerHTML += ' | View Map';var $l63cd70e5fa353b1d2ac198c12ead214f = '

REGIONS

Address: 534 Main St, Philadelphia, MS 39350, USA
Phone: (601) 656-6231
';var m_63cd70e5fa353b1d2ac198c12ead214f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'REGIONS',});m_63cd70e5fa353b1d2ac198c12ead214f['infowindow'] = new google.maps.InfoWindow({content: $l63cd70e5fa353b1d2ac198c12ead214f});var infowindow = new google.maps.InfoWindow({content: $l63cd70e5fa353b1d2ac198c12ead214f});google.maps.event.addListener(m_63cd70e5fa353b1d2ac198c12ead214f, 'click', function() {infowindow.open(map,m_63cd70e5fa353b1d2ac198c12ead214f);});$marker.push(m_63cd70e5fa353b1d2ac198c12ead214f);}});}google.maps.event.addDomListener(window, 'load', initialize);