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.3346,-90.0941)};var g_435aa0a8354611a5592497b114d11dad = new google.maps.Geocoder();g_435aa0a8354611a5592497b114d11dad.geocode( { 'address': "215 Katherine Dr, Flowood, MS 39232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flowood-MS-the-home-lending-group').style.display = '';map = new google.maps.Map(document.getElementById('flowood-MS-the-home-lending-group'), mapOptions);}document.getElementById('3fb92b3d').innerHTML += ' | View Map';var $l435aa0a8354611a5592497b114d11dad = '

The Home Lending Group

Address: 215 Katherine Dr, Flowood, MS 39232, USA
Phone: (601) 933-0300
';var m_435aa0a8354611a5592497b114d11dad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Home Lending Group',});m_435aa0a8354611a5592497b114d11dad['infowindow'] = new google.maps.InfoWindow({content: $l435aa0a8354611a5592497b114d11dad});var infowindow = new google.maps.InfoWindow({content: $l435aa0a8354611a5592497b114d11dad});google.maps.event.addListener(m_435aa0a8354611a5592497b114d11dad, 'click', function() {infowindow.open(map,m_435aa0a8354611a5592497b114d11dad);});$marker.push(m_435aa0a8354611a5592497b114d11dad);}});}google.maps.event.addDomListener(window, 'load', initialize);