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.5582,-80.4156)};var g_ec47951a847319d0dd4933431b5b2c0f = new google.maps.Geocoder();g_ec47951a847319d0dd4933431b5b2c0f.geocode( { 'address': "112 Moses Rd, Rockwell, NC 28138, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockwell-NC-specialized-insurance-group').style.display = '';map = new google.maps.Map(document.getElementById('rockwell-NC-specialized-insurance-group'), mapOptions);}document.getElementById('f5fc7b8c').innerHTML += ' | View Map';var $lec47951a847319d0dd4933431b5b2c0f = '

Specialized Insurance Group

Address: 112 Moses Rd, Rockwell, NC 28138, USA
Phone: (704) 209-1656
';var m_ec47951a847319d0dd4933431b5b2c0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Specialized Insurance Group',});m_ec47951a847319d0dd4933431b5b2c0f['infowindow'] = new google.maps.InfoWindow({content: $lec47951a847319d0dd4933431b5b2c0f});var infowindow = new google.maps.InfoWindow({content: $lec47951a847319d0dd4933431b5b2c0f});google.maps.event.addListener(m_ec47951a847319d0dd4933431b5b2c0f, 'click', function() {infowindow.open(map,m_ec47951a847319d0dd4933431b5b2c0f);});$marker.push(m_ec47951a847319d0dd4933431b5b2c0f);}});}google.maps.event.addDomListener(window, 'load', initialize);