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(28.2385,-82.7307)};var g_558ade3a9b173b4c3eaf7caec3c66381 = new google.maps.Geocoder();g_558ade3a9b173b4c3eaf7caec3c66381.geocode( { 'address': "6648 Rowan Rd, New Port Richey, FL 34653"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-port-richey-FL-metropolitan-life-insurance-company-sales').style.display = '';map = new google.maps.Map(document.getElementById('new-port-richey-FL-metropolitan-life-insurance-company-sales'), mapOptions);}document.getElementById('0038079d').innerHTML += ' | View Map';var $l558ade3a9b173b4c3eaf7caec3c66381 = '

Metropolitan Life Insurance Company Sales

Address: 6648 Rowan Rd, New Port Richey, FL 34653
Phone: (727) 815-7744
';var m_558ade3a9b173b4c3eaf7caec3c66381 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metropolitan Life Insurance Company Sales',});m_558ade3a9b173b4c3eaf7caec3c66381['infowindow'] = new google.maps.InfoWindow({content: $l558ade3a9b173b4c3eaf7caec3c66381});var infowindow = new google.maps.InfoWindow({content: $l558ade3a9b173b4c3eaf7caec3c66381});google.maps.event.addListener(m_558ade3a9b173b4c3eaf7caec3c66381, 'click', function() {infowindow.open(map,m_558ade3a9b173b4c3eaf7caec3c66381);});$marker.push(m_558ade3a9b173b4c3eaf7caec3c66381);}});}google.maps.event.addDomListener(window, 'load', initialize);