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.5861,-85.8381)};var g_bc0d17ee2a7a27f85eafa21f690d4ee0 = new google.maps.Geocoder();g_bc0d17ee2a7a27f85eafa21f690d4ee0.geocode( { 'address': "300 W Lincoln Ave, Goshen, IN 46526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goshen-IN-interra-credit-union-drive-up-atm').style.display = '';map = new google.maps.Map(document.getElementById('goshen-IN-interra-credit-union-drive-up-atm'), mapOptions);}document.getElementById('0ccc12b6').innerHTML += ' | View Map';var $lbc0d17ee2a7a27f85eafa21f690d4ee0 = '

Interra Credit Union Drive-Up ATM

Address: 300 W Lincoln Ave, Goshen, IN 46526, USA
Phone:
';var m_bc0d17ee2a7a27f85eafa21f690d4ee0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Interra Credit Union Drive-Up ATM',});m_bc0d17ee2a7a27f85eafa21f690d4ee0['infowindow'] = new google.maps.InfoWindow({content: $lbc0d17ee2a7a27f85eafa21f690d4ee0});var infowindow = new google.maps.InfoWindow({content: $lbc0d17ee2a7a27f85eafa21f690d4ee0});google.maps.event.addListener(m_bc0d17ee2a7a27f85eafa21f690d4ee0, 'click', function() {infowindow.open(map,m_bc0d17ee2a7a27f85eafa21f690d4ee0);});$marker.push(m_bc0d17ee2a7a27f85eafa21f690d4ee0);}});}google.maps.event.addDomListener(window, 'load', initialize);