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.2585,-89.0063)};var g_8fc599b4f9de9074e63af7987f8f33c7 = new google.maps.Geocoder();g_8fc599b4f9de9074e63af7987f8f33c7.geocode( { 'address': "1329 W Market St, Bolivar, TN 38008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bolivar-TN-joy-insurance').style.display = '';map = new google.maps.Map(document.getElementById('bolivar-TN-joy-insurance'), mapOptions);}document.getElementById('7a4fa78f').innerHTML += ' | View Map';var $l8fc599b4f9de9074e63af7987f8f33c7 = '

Joy Insurance

Address: 1329 W Market St, Bolivar, TN 38008, USA
Phone: (731) 658-5005
';var m_8fc599b4f9de9074e63af7987f8f33c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Joy Insurance',});m_8fc599b4f9de9074e63af7987f8f33c7['infowindow'] = new google.maps.InfoWindow({content: $l8fc599b4f9de9074e63af7987f8f33c7});var infowindow = new google.maps.InfoWindow({content: $l8fc599b4f9de9074e63af7987f8f33c7});google.maps.event.addListener(m_8fc599b4f9de9074e63af7987f8f33c7, 'click', function() {infowindow.open(map,m_8fc599b4f9de9074e63af7987f8f33c7);});$marker.push(m_8fc599b4f9de9074e63af7987f8f33c7);}});}google.maps.event.addDomListener(window, 'load', initialize);