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(35.0649,-78.8649)};var g_b6ae4caca334f55ca4b819d3dbf9b288 = new google.maps.Geocoder();g_b6ae4caca334f55ca4b819d3dbf9b288.geocode( { 'address': "2913 Breezewood Ave, Fayetteville, NC 28303"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fayetteville-NC-m-m-homes').style.display = '';map = new google.maps.Map(document.getElementById('fayetteville-NC-m-m-homes'), mapOptions);}document.getElementById('608fee56').innerHTML += ' | View Map';var $lb6ae4caca334f55ca4b819d3dbf9b288 = '

M & M Homes

Address: 2913 Breezewood Ave, Fayetteville, NC 28303
Phone: (910) 829-0328
';var m_b6ae4caca334f55ca4b819d3dbf9b288 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M & M Homes',});m_b6ae4caca334f55ca4b819d3dbf9b288['infowindow'] = new google.maps.InfoWindow({content: $lb6ae4caca334f55ca4b819d3dbf9b288});var infowindow = new google.maps.InfoWindow({content: $lb6ae4caca334f55ca4b819d3dbf9b288});google.maps.event.addListener(m_b6ae4caca334f55ca4b819d3dbf9b288, 'click', function() {infowindow.open(map,m_b6ae4caca334f55ca4b819d3dbf9b288);});$marker.push(m_b6ae4caca334f55ca4b819d3dbf9b288);}});}google.maps.event.addDomListener(window, 'load', initialize);