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(31.2535,-89.8359)};var g_404eba467fa0966a2c841a83dae417b0 = new google.maps.Geocoder();g_404eba467fa0966a2c841a83dae417b0.geocode( { 'address': "801 Main St, Columbia, MS 39429, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MS-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MS-buddys-home-furnishings'), mapOptions);}document.getElementById('5f07bfdc').innerHTML += ' | View Map';var $l404eba467fa0966a2c841a83dae417b0 = '

Buddy's Home Furnishings

Address: 801 Main St, Columbia, MS 39429, USA
Phone: (866) 779-5058
';var m_404eba467fa0966a2c841a83dae417b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_404eba467fa0966a2c841a83dae417b0['infowindow'] = new google.maps.InfoWindow({content: $l404eba467fa0966a2c841a83dae417b0});var infowindow = new google.maps.InfoWindow({content: $l404eba467fa0966a2c841a83dae417b0});google.maps.event.addListener(m_404eba467fa0966a2c841a83dae417b0, 'click', function() {infowindow.open(map,m_404eba467fa0966a2c841a83dae417b0);});$marker.push(m_404eba467fa0966a2c841a83dae417b0);}});}google.maps.event.addDomListener(window, 'load', initialize);