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.2445,-89.3503)};var g_19b1b73d63d4c9ea79f8ca57e9d67095 = new google.maps.Geocoder();g_19b1b73d63d4c9ea79f8ca57e9d67095.geocode( { 'address': "102 W Market St, Somerville, TN 38068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerville-TN-somerville-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('somerville-TN-somerville-insurance-agency'), mapOptions);}document.getElementById('75a89714').innerHTML += ' | View Map';var $l19b1b73d63d4c9ea79f8ca57e9d67095 = '

Somerville Insurance Agency

Address: 102 W Market St, Somerville, TN 38068, USA
Phone: (901) 465-9822
';var m_19b1b73d63d4c9ea79f8ca57e9d67095 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Somerville Insurance Agency',});m_19b1b73d63d4c9ea79f8ca57e9d67095['infowindow'] = new google.maps.InfoWindow({content: $l19b1b73d63d4c9ea79f8ca57e9d67095});var infowindow = new google.maps.InfoWindow({content: $l19b1b73d63d4c9ea79f8ca57e9d67095});google.maps.event.addListener(m_19b1b73d63d4c9ea79f8ca57e9d67095, 'click', function() {infowindow.open(map,m_19b1b73d63d4c9ea79f8ca57e9d67095);});$marker.push(m_19b1b73d63d4c9ea79f8ca57e9d67095);}});}google.maps.event.addDomListener(window, 'load', initialize);