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(38.3211,-85.8189)};var g_82bb7d31835394f7d99bf81cc6334741 = new google.maps.Geocoder();g_82bb7d31835394f7d99bf81cc6334741.geocode( { 'address': "2920 Grant Line Rd, New Albany, IN 47150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-albany-IN-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('new-albany-IN-check-into-cash'), mapOptions);}document.getElementById('57017f58').innerHTML += ' | View Map';var $l82bb7d31835394f7d99bf81cc6334741 = '

Check Into Cash

Address: 2920 Grant Line Rd, New Albany, IN 47150, USA
Phone: (812) 941-1920
';var m_82bb7d31835394f7d99bf81cc6334741 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_82bb7d31835394f7d99bf81cc6334741['infowindow'] = new google.maps.InfoWindow({content: $l82bb7d31835394f7d99bf81cc6334741});var infowindow = new google.maps.InfoWindow({content: $l82bb7d31835394f7d99bf81cc6334741});google.maps.event.addListener(m_82bb7d31835394f7d99bf81cc6334741, 'click', function() {infowindow.open(map,m_82bb7d31835394f7d99bf81cc6334741);});$marker.push(m_82bb7d31835394f7d99bf81cc6334741);}});}google.maps.event.addDomListener(window, 'load', initialize);