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.8256,-90.5547)};var g_3a843ea63aaf47cd7249f15ae52a1c61 = new google.maps.Geocoder();g_3a843ea63aaf47cd7249f15ae52a1c61.geocode( { 'address': "1703 11th St, DeWitt, IA 52742, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dewitt-IA-first-gateway-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dewitt-IA-first-gateway-credit-union'), mapOptions);}document.getElementById('59909b7e').innerHTML += ' | View Map';var $l3a843ea63aaf47cd7249f15ae52a1c61 = '

First Gateway Credit Union

Address: 1703 11th St, DeWitt, IA 52742, USA
Phone: (563) 659-5963
';var m_3a843ea63aaf47cd7249f15ae52a1c61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Gateway Credit Union',});m_3a843ea63aaf47cd7249f15ae52a1c61['infowindow'] = new google.maps.InfoWindow({content: $l3a843ea63aaf47cd7249f15ae52a1c61});var infowindow = new google.maps.InfoWindow({content: $l3a843ea63aaf47cd7249f15ae52a1c61});google.maps.event.addListener(m_3a843ea63aaf47cd7249f15ae52a1c61, 'click', function() {infowindow.open(map,m_3a843ea63aaf47cd7249f15ae52a1c61);});$marker.push(m_3a843ea63aaf47cd7249f15ae52a1c61);}});}google.maps.event.addDomListener(window, 'load', initialize);