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(41.6416,-91.5253)};var g_8b6f8396f3f56f16483a2b9daf1f32d7 = new google.maps.Geocoder();g_8b6f8396f3f56f16483a2b9daf1f32d7.geocode( { 'address': "536 Southgate Ave, Iowa City, IA 52240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('iowa-city-IA-globe-loan').style.display = '';map = new google.maps.Map(document.getElementById('iowa-city-IA-globe-loan'), mapOptions);}document.getElementById('54e823e7').innerHTML += ' | View Map';var $l8b6f8396f3f56f16483a2b9daf1f32d7 = '

Globe Loan

Address: 536 Southgate Ave, Iowa City, IA 52240, USA
Phone: (319) 338-5466
';var m_8b6f8396f3f56f16483a2b9daf1f32d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Globe Loan',});m_8b6f8396f3f56f16483a2b9daf1f32d7['infowindow'] = new google.maps.InfoWindow({content: $l8b6f8396f3f56f16483a2b9daf1f32d7});var infowindow = new google.maps.InfoWindow({content: $l8b6f8396f3f56f16483a2b9daf1f32d7});google.maps.event.addListener(m_8b6f8396f3f56f16483a2b9daf1f32d7, 'click', function() {infowindow.open(map,m_8b6f8396f3f56f16483a2b9daf1f32d7);});$marker.push(m_8b6f8396f3f56f16483a2b9daf1f32d7);}});}google.maps.event.addDomListener(window, 'load', initialize);