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(34.4984,-89.0233)};var g_574493bd8a6ad66f8e404ad9d21add4b = new google.maps.Geocoder();g_574493bd8a6ad66f8e404ad9d21add4b.geocode( { 'address': "522 W Bankhead St, New Albany, MS 38652, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-albany-MS-capitol-loan-of-ms-inc').style.display = '';map = new google.maps.Map(document.getElementById('new-albany-MS-capitol-loan-of-ms-inc'), mapOptions);}document.getElementById('720b8e3d').innerHTML += ' | View Map';var $l574493bd8a6ad66f8e404ad9d21add4b = '

Capitol Loan of Ms Inc

Address: 522 W Bankhead St, New Albany, MS 38652, USA
Phone: (662) 538-0770
';var m_574493bd8a6ad66f8e404ad9d21add4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capitol Loan of Ms Inc',});m_574493bd8a6ad66f8e404ad9d21add4b['infowindow'] = new google.maps.InfoWindow({content: $l574493bd8a6ad66f8e404ad9d21add4b});var infowindow = new google.maps.InfoWindow({content: $l574493bd8a6ad66f8e404ad9d21add4b});google.maps.event.addListener(m_574493bd8a6ad66f8e404ad9d21add4b, 'click', function() {infowindow.open(map,m_574493bd8a6ad66f8e404ad9d21add4b);});$marker.push(m_574493bd8a6ad66f8e404ad9d21add4b);}});}google.maps.event.addDomListener(window, 'load', initialize);