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.3306,-82.6976)};var g_6b2f0dadf9724e65fb9b2caa7f4c6a68 = new google.maps.Geocoder();g_6b2f0dadf9724e65fb9b2caa7f4c6a68.geocode( { 'address': "11918 US-19, Port Richey, FL 34668, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-richey-FL-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('port-richey-FL-buddys-home-furnishings'), mapOptions);}document.getElementById('15369214').innerHTML += ' | View Map';var $l6b2f0dadf9724e65fb9b2caa7f4c6a68 = '

Buddy's Home Furnishings

Address: 11918 US-19, Port Richey, FL 34668, USA
Phone: (727) 862-4900
';var m_6b2f0dadf9724e65fb9b2caa7f4c6a68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_6b2f0dadf9724e65fb9b2caa7f4c6a68['infowindow'] = new google.maps.InfoWindow({content: $l6b2f0dadf9724e65fb9b2caa7f4c6a68});var infowindow = new google.maps.InfoWindow({content: $l6b2f0dadf9724e65fb9b2caa7f4c6a68});google.maps.event.addListener(m_6b2f0dadf9724e65fb9b2caa7f4c6a68, 'click', function() {infowindow.open(map,m_6b2f0dadf9724e65fb9b2caa7f4c6a68);});$marker.push(m_6b2f0dadf9724e65fb9b2caa7f4c6a68);}});}google.maps.event.addDomListener(window, 'load', initialize);