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.6779,-88.6421)};var g_2b21de16a5c3b0913227003411b15196 = new google.maps.Geocoder();g_2b21de16a5c3b0913227003411b15196.geocode( { 'address': "708 Azalea Dr, Waynesboro, MS 39367"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waynesboro-MS-jordan-byron').style.display = '';map = new google.maps.Map(document.getElementById('waynesboro-MS-jordan-byron'), mapOptions);}document.getElementById('d745a627').innerHTML += ' | View Map';var $l2b21de16a5c3b0913227003411b15196 = '

Jordan, Byron

Address: 708 Azalea Dr, Waynesboro, MS 39367
Phone: (601) 735-3124
';var m_2b21de16a5c3b0913227003411b15196 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jordan, Byron',});m_2b21de16a5c3b0913227003411b15196['infowindow'] = new google.maps.InfoWindow({content: $l2b21de16a5c3b0913227003411b15196});var infowindow = new google.maps.InfoWindow({content: $l2b21de16a5c3b0913227003411b15196});google.maps.event.addListener(m_2b21de16a5c3b0913227003411b15196, 'click', function() {infowindow.open(map,m_2b21de16a5c3b0913227003411b15196);});$marker.push(m_2b21de16a5c3b0913227003411b15196);}});}google.maps.event.addDomListener(window, 'load', initialize);