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.1418,-89.2593)};var g_7f16486d20834824212195ac69501bb7 = new google.maps.Geocoder();g_7f16486d20834824212195ac69501bb7.geocode( { 'address': "142 Old Hwy 49 W, Hattiesburg, MS 39401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hattiesburg-MS-pine-belt-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('hattiesburg-MS-pine-belt-mortgage-inc'), mapOptions);}document.getElementById('56c7a132').innerHTML += ' | View Map';var $l7f16486d20834824212195ac69501bb7 = '

Pine Belt Mortgage Inc

Address: 142 Old Hwy 49 W, Hattiesburg, MS 39401, USA
Phone: (601) 582-4227
';var m_7f16486d20834824212195ac69501bb7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pine Belt Mortgage Inc',});m_7f16486d20834824212195ac69501bb7['infowindow'] = new google.maps.InfoWindow({content: $l7f16486d20834824212195ac69501bb7});var infowindow = new google.maps.InfoWindow({content: $l7f16486d20834824212195ac69501bb7});google.maps.event.addListener(m_7f16486d20834824212195ac69501bb7, 'click', function() {infowindow.open(map,m_7f16486d20834824212195ac69501bb7);});$marker.push(m_7f16486d20834824212195ac69501bb7);}});}google.maps.event.addDomListener(window, 'load', initialize);