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(42.4784,-92.3679)};var g_e62dfd885dcb4b83dda5d4e336fdf520 = new google.maps.Geocoder();g_e62dfd885dcb4b83dda5d4e336fdf520.geocode( { 'address': "4020 Bankers Blvd, Waterloo, IA 50701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterloo-IA-nxt-bank').style.display = '';map = new google.maps.Map(document.getElementById('waterloo-IA-nxt-bank'), mapOptions);}document.getElementById('d72cb9f9').innerHTML += ' | View Map';var $le62dfd885dcb4b83dda5d4e336fdf520 = '

Nxt Bank

Address: 4020 Bankers Blvd, Waterloo, IA 50701
Phone: (319) 233-8527
';var m_e62dfd885dcb4b83dda5d4e336fdf520 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nxt Bank',});m_e62dfd885dcb4b83dda5d4e336fdf520['infowindow'] = new google.maps.InfoWindow({content: $le62dfd885dcb4b83dda5d4e336fdf520});var infowindow = new google.maps.InfoWindow({content: $le62dfd885dcb4b83dda5d4e336fdf520});google.maps.event.addListener(m_e62dfd885dcb4b83dda5d4e336fdf520, 'click', function() {infowindow.open(map,m_e62dfd885dcb4b83dda5d4e336fdf520);});$marker.push(m_e62dfd885dcb4b83dda5d4e336fdf520);}});}google.maps.event.addDomListener(window, 'load', initialize);