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(40.9211,-98.3499)};var g_111574d661f615ba524a5a0dfa65170c = new google.maps.Geocoder();g_111574d661f615ba524a5a0dfa65170c.geocode( { 'address': "1004 W 2nd St, Grand Island, NE 68801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-island-NE-gi-loan-shop').style.display = '';map = new google.maps.Map(document.getElementById('grand-island-NE-gi-loan-shop'), mapOptions);}document.getElementById('1571f226').innerHTML += ' | View Map';var $l111574d661f615ba524a5a0dfa65170c = '

G.I. Loan Shop

Address: 1004 W 2nd St, Grand Island, NE 68801, USA
Phone: (308) 382-9573
';var m_111574d661f615ba524a5a0dfa65170c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'G.I. Loan Shop',});m_111574d661f615ba524a5a0dfa65170c['infowindow'] = new google.maps.InfoWindow({content: $l111574d661f615ba524a5a0dfa65170c});var infowindow = new google.maps.InfoWindow({content: $l111574d661f615ba524a5a0dfa65170c});google.maps.event.addListener(m_111574d661f615ba524a5a0dfa65170c, 'click', function() {infowindow.open(map,m_111574d661f615ba524a5a0dfa65170c);});$marker.push(m_111574d661f615ba524a5a0dfa65170c);}});}google.maps.event.addDomListener(window, 'load', initialize);