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.6126,-90.0339)};var g_a3f0770d55d7a6a55eed88afd9a208b5 = new google.maps.Geocoder();g_a3f0770d55d7a6a55eed88afd9a208b5.geocode( { 'address': "147 E Peace St, Canton, MS 39046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MS-regions').style.display = '';map = new google.maps.Map(document.getElementById('canton-MS-regions'), mapOptions);}document.getElementById('21a49d78').innerHTML += ' | View Map';var $la3f0770d55d7a6a55eed88afd9a208b5 = '

REGIONS

Address: 147 E Peace St, Canton, MS 39046, USA
Phone: (800) 734-4667
';var m_a3f0770d55d7a6a55eed88afd9a208b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'REGIONS',});m_a3f0770d55d7a6a55eed88afd9a208b5['infowindow'] = new google.maps.InfoWindow({content: $la3f0770d55d7a6a55eed88afd9a208b5});var infowindow = new google.maps.InfoWindow({content: $la3f0770d55d7a6a55eed88afd9a208b5});google.maps.event.addListener(m_a3f0770d55d7a6a55eed88afd9a208b5, 'click', function() {infowindow.open(map,m_a3f0770d55d7a6a55eed88afd9a208b5);});$marker.push(m_a3f0770d55d7a6a55eed88afd9a208b5);}});}google.maps.event.addDomListener(window, 'load', initialize);