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.9619,-89.8698)};var g_98b2aa2d96070c3287345ce3e610aa05 = new google.maps.Geocoder();g_98b2aa2d96070c3287345ce3e610aa05.geocode( { 'address': "205 Main St N a, Mendenhall, MS 39114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mendenhall-MS-community-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('mendenhall-MS-community-credit-inc'), mapOptions);}document.getElementById('d5f25197').innerHTML += ' | View Map';var $l98b2aa2d96070c3287345ce3e610aa05 = '

Community Credit, Inc

Address: 205 Main St N a, Mendenhall, MS 39114, USA
Phone: (601) 847-5800
';var m_98b2aa2d96070c3287345ce3e610aa05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Credit, Inc',});m_98b2aa2d96070c3287345ce3e610aa05['infowindow'] = new google.maps.InfoWindow({content: $l98b2aa2d96070c3287345ce3e610aa05});var infowindow = new google.maps.InfoWindow({content: $l98b2aa2d96070c3287345ce3e610aa05});google.maps.event.addListener(m_98b2aa2d96070c3287345ce3e610aa05, 'click', function() {infowindow.open(map,m_98b2aa2d96070c3287345ce3e610aa05);});$marker.push(m_98b2aa2d96070c3287345ce3e610aa05);}});}google.maps.event.addDomListener(window, 'load', initialize);