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(35.682,-82.0076)};var g_0f7ea6319b7c6995c9ef0b6397dc1d1c = new google.maps.Geocoder();g_0f7ea6319b7c6995c9ef0b6397dc1d1c.geocode( { 'address': "163 S Main St, Marion, NC 28752, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-NC-bagwell-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('marion-NC-bagwell-insurance-agency-inc'), mapOptions);}document.getElementById('b7ae99b0').innerHTML += ' | View Map';var $l0f7ea6319b7c6995c9ef0b6397dc1d1c = '

Bagwell Insurance Agency, Inc.

Address: 163 S Main St, Marion, NC 28752, USA
Phone: (828) 652-2808
';var m_0f7ea6319b7c6995c9ef0b6397dc1d1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bagwell Insurance Agency, Inc.',});m_0f7ea6319b7c6995c9ef0b6397dc1d1c['infowindow'] = new google.maps.InfoWindow({content: $l0f7ea6319b7c6995c9ef0b6397dc1d1c});var infowindow = new google.maps.InfoWindow({content: $l0f7ea6319b7c6995c9ef0b6397dc1d1c});google.maps.event.addListener(m_0f7ea6319b7c6995c9ef0b6397dc1d1c, 'click', function() {infowindow.open(map,m_0f7ea6319b7c6995c9ef0b6397dc1d1c);});$marker.push(m_0f7ea6319b7c6995c9ef0b6397dc1d1c);}});}google.maps.event.addDomListener(window, 'load', initialize);