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(32.3459,-90.8571)};var g_fd8245a2107d91d2ac7bc1393fb34ef4 = new google.maps.Geocoder();g_fd8245a2107d91d2ac7bc1393fb34ef4.geocode( { 'address': "2904 Clay St c, Vicksburg, MS 39183, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vicksburg-MS-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('vicksburg-MS-buddys-home-furnishings'), mapOptions);}document.getElementById('c670a043').innerHTML += ' | View Map';var $lfd8245a2107d91d2ac7bc1393fb34ef4 = '

Buddy's Home Furnishings

Address: 2904 Clay St c, Vicksburg, MS 39183, USA
Phone: (601) 883-0645
';var m_fd8245a2107d91d2ac7bc1393fb34ef4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_fd8245a2107d91d2ac7bc1393fb34ef4['infowindow'] = new google.maps.InfoWindow({content: $lfd8245a2107d91d2ac7bc1393fb34ef4});var infowindow = new google.maps.InfoWindow({content: $lfd8245a2107d91d2ac7bc1393fb34ef4});google.maps.event.addListener(m_fd8245a2107d91d2ac7bc1393fb34ef4, 'click', function() {infowindow.open(map,m_fd8245a2107d91d2ac7bc1393fb34ef4);});$marker.push(m_fd8245a2107d91d2ac7bc1393fb34ef4);}});}google.maps.event.addDomListener(window, 'load', initialize);