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.2475,-90.4752)};var g_8c7dfdd53eb2db578a1a690333b303cc = new google.maps.Geocoder();g_8c7dfdd53eb2db578a1a690333b303cc.geocode( { 'address': "118 Commerce St, McComb, MS 39648, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mccomb-MS-c-g-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('mccomb-MS-c-g-mortgage-inc'), mapOptions);}document.getElementById('3a296e10').innerHTML += ' | View Map';var $l8c7dfdd53eb2db578a1a690333b303cc = '

C G Mortgage Inc

Address: 118 Commerce St, McComb, MS 39648, USA
Phone: (601) 684-4800
';var m_8c7dfdd53eb2db578a1a690333b303cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C G Mortgage Inc',});m_8c7dfdd53eb2db578a1a690333b303cc['infowindow'] = new google.maps.InfoWindow({content: $l8c7dfdd53eb2db578a1a690333b303cc});var infowindow = new google.maps.InfoWindow({content: $l8c7dfdd53eb2db578a1a690333b303cc});google.maps.event.addListener(m_8c7dfdd53eb2db578a1a690333b303cc, 'click', function() {infowindow.open(map,m_8c7dfdd53eb2db578a1a690333b303cc);});$marker.push(m_8c7dfdd53eb2db578a1a690333b303cc);}});}google.maps.event.addDomListener(window, 'load', initialize);