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.2332,-82.7366)};var g_e35e96fc21fe5684b18414492140cc64 = new google.maps.Geocoder();g_e35e96fc21fe5684b18414492140cc64.geocode( { 'address': "101 W Jordan St #1, Brevard, NC 28712, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brevard-NC-jerome--summey-insurance-inc').style.display = '';map = new google.maps.Map(document.getElementById('brevard-NC-jerome--summey-insurance-inc'), mapOptions);}document.getElementById('47036d98').innerHTML += ' | View Map';var $le35e96fc21fe5684b18414492140cc64 = '

Jerome & Summey Insurance Inc

Address: 101 W Jordan St #1, Brevard, NC 28712, USA
Phone: (828) 884-4161
';var m_e35e96fc21fe5684b18414492140cc64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jerome & Summey Insurance Inc',});m_e35e96fc21fe5684b18414492140cc64['infowindow'] = new google.maps.InfoWindow({content: $le35e96fc21fe5684b18414492140cc64});var infowindow = new google.maps.InfoWindow({content: $le35e96fc21fe5684b18414492140cc64});google.maps.event.addListener(m_e35e96fc21fe5684b18414492140cc64, 'click', function() {infowindow.open(map,m_e35e96fc21fe5684b18414492140cc64);});$marker.push(m_e35e96fc21fe5684b18414492140cc64);}});}google.maps.event.addDomListener(window, 'load', initialize);