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(29.3706,-100.9)};var g_e0401e4daa310d4de26464f37c0a4e59 = new google.maps.Geocoder();g_e0401e4daa310d4de26464f37c0a4e59.geocode( { 'address': "503 E 6th St, Del Rio, TX 78440, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('del-rio-TX-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('del-rio-TX-buddys-home-furnishings'), mapOptions);}document.getElementById('e5e58ecc').innerHTML += ' | View Map';var $le0401e4daa310d4de26464f37c0a4e59 = '

Buddy's Home Furnishings

Address: 503 E 6th St, Del Rio, TX 78440, USA
Phone: (830) 775-5804
';var m_e0401e4daa310d4de26464f37c0a4e59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_e0401e4daa310d4de26464f37c0a4e59['infowindow'] = new google.maps.InfoWindow({content: $le0401e4daa310d4de26464f37c0a4e59});var infowindow = new google.maps.InfoWindow({content: $le0401e4daa310d4de26464f37c0a4e59});google.maps.event.addListener(m_e0401e4daa310d4de26464f37c0a4e59, 'click', function() {infowindow.open(map,m_e0401e4daa310d4de26464f37c0a4e59);});$marker.push(m_e0401e4daa310d4de26464f37c0a4e59);}});}google.maps.event.addDomListener(window, 'load', initialize);