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.6802,-91.5777)};var g_d3b32eb5eaa0ea26fbf960dbf6800c84 = new google.maps.Geocoder();g_d3b32eb5eaa0ea26fbf960dbf6800c84.geocode( { 'address': "119 2nd St, Coralville, IA 52241"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coralville-IA-nxt-bank').style.display = '';map = new google.maps.Map(document.getElementById('coralville-IA-nxt-bank'), mapOptions);}document.getElementById('bcd80a2f').innerHTML += ' | View Map';var $ld3b32eb5eaa0ea26fbf960dbf6800c84 = '

Nxt Bank

Address: 119 2nd St, Coralville, IA 52241
Phone: (319) 688-6200
';var m_d3b32eb5eaa0ea26fbf960dbf6800c84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nxt Bank',});m_d3b32eb5eaa0ea26fbf960dbf6800c84['infowindow'] = new google.maps.InfoWindow({content: $ld3b32eb5eaa0ea26fbf960dbf6800c84});var infowindow = new google.maps.InfoWindow({content: $ld3b32eb5eaa0ea26fbf960dbf6800c84});google.maps.event.addListener(m_d3b32eb5eaa0ea26fbf960dbf6800c84, 'click', function() {infowindow.open(map,m_d3b32eb5eaa0ea26fbf960dbf6800c84);});$marker.push(m_d3b32eb5eaa0ea26fbf960dbf6800c84);}});}google.maps.event.addDomListener(window, 'load', initialize);