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(34.7359,-80.0865)};var g_b3b06de76e2808d7a1e5560ff8064179 = new google.maps.Geocoder();g_b3b06de76e2808d7a1e5560ff8064179.geocode( { 'address': "123 Main St, Chesterfield, SC 29709, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chesterfield-SC-mclain-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('chesterfield-SC-mclain-insurance-agency-inc'), mapOptions);}document.getElementById('c3621ea9').innerHTML += ' | View Map';var $lb3b06de76e2808d7a1e5560ff8064179 = '

McLain Insurance Agency Inc

Address: 123 Main St, Chesterfield, SC 29709, USA
Phone: (843) 623-2510
';var m_b3b06de76e2808d7a1e5560ff8064179 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'McLain Insurance Agency Inc',});m_b3b06de76e2808d7a1e5560ff8064179['infowindow'] = new google.maps.InfoWindow({content: $lb3b06de76e2808d7a1e5560ff8064179});var infowindow = new google.maps.InfoWindow({content: $lb3b06de76e2808d7a1e5560ff8064179});google.maps.event.addListener(m_b3b06de76e2808d7a1e5560ff8064179, 'click', function() {infowindow.open(map,m_b3b06de76e2808d7a1e5560ff8064179);});$marker.push(m_b3b06de76e2808d7a1e5560ff8064179);}});}google.maps.event.addDomListener(window, 'load', initialize);