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.4039,-90.1224)};var g_632eda1e2dc44f090508d918512753fa = new google.maps.Geocoder();g_632eda1e2dc44f090508d918512753fa.geocode( { 'address': "420 Northpark Dr, Ridgeland, MS 39157, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeland-MS-gabe-baldwin').style.display = '';map = new google.maps.Map(document.getElementById('ridgeland-MS-gabe-baldwin'), mapOptions);}document.getElementById('aa47f94d').innerHTML += ' | View Map';var $l632eda1e2dc44f090508d918512753fa = '

Gabe Baldwin

Address: 420 Northpark Dr, Ridgeland, MS 39157, USA
Phone: (601) 278-2881
';var m_632eda1e2dc44f090508d918512753fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gabe Baldwin',});m_632eda1e2dc44f090508d918512753fa['infowindow'] = new google.maps.InfoWindow({content: $l632eda1e2dc44f090508d918512753fa});var infowindow = new google.maps.InfoWindow({content: $l632eda1e2dc44f090508d918512753fa});google.maps.event.addListener(m_632eda1e2dc44f090508d918512753fa, 'click', function() {infowindow.open(map,m_632eda1e2dc44f090508d918512753fa);});$marker.push(m_632eda1e2dc44f090508d918512753fa);}});}google.maps.event.addDomListener(window, 'load', initialize);