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.32,-89.1639)};var g_1714fa58aa2976dac8e9b6adf3661888 = new google.maps.Geocoder();g_1714fa58aa2976dac8e9b6adf3661888.geocode( { 'address': "203 S Main St, Newton, MS 39345, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-MS-blackwell-accounting').style.display = '';map = new google.maps.Map(document.getElementById('newton-MS-blackwell-accounting'), mapOptions);}document.getElementById('08dc7fce').innerHTML += ' | View Map';var $l1714fa58aa2976dac8e9b6adf3661888 = '

Blackwell Accounting

Address: 203 S Main St, Newton, MS 39345, USA
Phone: (601) 683-3234
';var m_1714fa58aa2976dac8e9b6adf3661888 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blackwell Accounting',});m_1714fa58aa2976dac8e9b6adf3661888['infowindow'] = new google.maps.InfoWindow({content: $l1714fa58aa2976dac8e9b6adf3661888});var infowindow = new google.maps.InfoWindow({content: $l1714fa58aa2976dac8e9b6adf3661888});google.maps.event.addListener(m_1714fa58aa2976dac8e9b6adf3661888, 'click', function() {infowindow.open(map,m_1714fa58aa2976dac8e9b6adf3661888);});$marker.push(m_1714fa58aa2976dac8e9b6adf3661888);}});}google.maps.event.addDomListener(window, 'load', initialize);