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.0433,-82.6469)};var g_05f0cc36e41080795a7f23cf91fc6dcd = new google.maps.Geocoder();g_05f0cc36e41080795a7f23cf91fc6dcd.geocode( { 'address': "2936 KY-2565, Louisa, KY 41230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisa-KY-carters-quick-cash').style.display = '';map = new google.maps.Map(document.getElementById('louisa-KY-carters-quick-cash'), mapOptions);}document.getElementById('674a0f7f').innerHTML += ' | View Map';var $l05f0cc36e41080795a7f23cf91fc6dcd = '

Carter's Quick Cash

Address: 2936 KY-2565, Louisa, KY 41230, USA
Phone: (606) 638-3200
';var m_05f0cc36e41080795a7f23cf91fc6dcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carter's Quick Cash',});m_05f0cc36e41080795a7f23cf91fc6dcd['infowindow'] = new google.maps.InfoWindow({content: $l05f0cc36e41080795a7f23cf91fc6dcd});var infowindow = new google.maps.InfoWindow({content: $l05f0cc36e41080795a7f23cf91fc6dcd});google.maps.event.addListener(m_05f0cc36e41080795a7f23cf91fc6dcd, 'click', function() {infowindow.open(map,m_05f0cc36e41080795a7f23cf91fc6dcd);});$marker.push(m_05f0cc36e41080795a7f23cf91fc6dcd);}});}google.maps.event.addDomListener(window, 'load', initialize);