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(37.9753,-100.876)};var g_accf3ea21d840bb3f53a9098f1371f80 = new google.maps.Geocoder();g_accf3ea21d840bb3f53a9098f1371f80.geocode( { 'address': "215 W Kansas Ave, Garden City, KS 67846, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-city-KS-quick-cash').style.display = '';map = new google.maps.Map(document.getElementById('garden-city-KS-quick-cash'), mapOptions);}document.getElementById('985a9835').innerHTML += ' | View Map';var $laccf3ea21d840bb3f53a9098f1371f80 = '

Quick Cash

Address: 215 W Kansas Ave, Garden City, KS 67846, USA
Phone: (620) 272-9969
';var m_accf3ea21d840bb3f53a9098f1371f80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Cash',});m_accf3ea21d840bb3f53a9098f1371f80['infowindow'] = new google.maps.InfoWindow({content: $laccf3ea21d840bb3f53a9098f1371f80});var infowindow = new google.maps.InfoWindow({content: $laccf3ea21d840bb3f53a9098f1371f80});google.maps.event.addListener(m_accf3ea21d840bb3f53a9098f1371f80, 'click', function() {infowindow.open(map,m_accf3ea21d840bb3f53a9098f1371f80);});$marker.push(m_accf3ea21d840bb3f53a9098f1371f80);}});}google.maps.event.addDomListener(window, 'load', initialize);