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(44.9721,-93.0827)};var g_71b8e22700e63c2a0c1bad6506549d3b = new google.maps.Geocoder();g_71b8e22700e63c2a0c1bad6506549d3b.geocode( { 'address': "1875 County Road B2 W, Saint Paul, MN 55113"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-interbank').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-interbank'), mapOptions);}document.getElementById('5651dae5').innerHTML += ' | View Map';var $l71b8e22700e63c2a0c1bad6506549d3b = '

InterBank

Address: 1875 County Road B2 W, Saint Paul, MN 55113
Phone: (651) 288-6700
';var m_71b8e22700e63c2a0c1bad6506549d3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'InterBank',});m_71b8e22700e63c2a0c1bad6506549d3b['infowindow'] = new google.maps.InfoWindow({content: $l71b8e22700e63c2a0c1bad6506549d3b});var infowindow = new google.maps.InfoWindow({content: $l71b8e22700e63c2a0c1bad6506549d3b});google.maps.event.addListener(m_71b8e22700e63c2a0c1bad6506549d3b, 'click', function() {infowindow.open(map,m_71b8e22700e63c2a0c1bad6506549d3b);});$marker.push(m_71b8e22700e63c2a0c1bad6506549d3b);}});}google.maps.event.addDomListener(window, 'load', initialize);