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.8835,-99.3173)};var g_2b4bf71bc3df8c999ad2286bfe5a385f = new google.maps.Geocoder();g_2b4bf71bc3df8c999ad2286bfe5a385f.geocode( { 'address': "2522 Vine St Unit 2, Hays, KS 67601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hays-KS-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('hays-KS-advance-america'), mapOptions);}document.getElementById('f450a8cb').innerHTML += ' | View Map';var $l2b4bf71bc3df8c999ad2286bfe5a385f = '

Advance America

Address: 2522 Vine St Unit 2, Hays, KS 67601, USA
Phone: (785) 625-6045
';var m_2b4bf71bc3df8c999ad2286bfe5a385f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_2b4bf71bc3df8c999ad2286bfe5a385f['infowindow'] = new google.maps.InfoWindow({content: $l2b4bf71bc3df8c999ad2286bfe5a385f});var infowindow = new google.maps.InfoWindow({content: $l2b4bf71bc3df8c999ad2286bfe5a385f});google.maps.event.addListener(m_2b4bf71bc3df8c999ad2286bfe5a385f, 'click', function() {infowindow.open(map,m_2b4bf71bc3df8c999ad2286bfe5a385f);});$marker.push(m_2b4bf71bc3df8c999ad2286bfe5a385f);}});}google.maps.event.addDomListener(window, 'load', initialize);