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.9709,-93.2436)};var g_2b854a20f7c4178750b25ea28b305c4d = new google.maps.Geocoder();g_2b854a20f7c4178750b25ea28b305c4d.geocode( { 'address': "309 19th Ave S # 110, Minneapolis, MN 55455, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-inter-library-loan').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-inter-library-loan'), mapOptions);}document.getElementById('98c2b32c').innerHTML += ' | View Map';var $l2b854a20f7c4178750b25ea28b305c4d = '

Inter Library Loan

Address: 309 19th Ave S # 110, Minneapolis, MN 55455, USA
Phone: (612) 624-1806
';var m_2b854a20f7c4178750b25ea28b305c4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inter Library Loan',});m_2b854a20f7c4178750b25ea28b305c4d['infowindow'] = new google.maps.InfoWindow({content: $l2b854a20f7c4178750b25ea28b305c4d});var infowindow = new google.maps.InfoWindow({content: $l2b854a20f7c4178750b25ea28b305c4d});google.maps.event.addListener(m_2b854a20f7c4178750b25ea28b305c4d, 'click', function() {infowindow.open(map,m_2b854a20f7c4178750b25ea28b305c4d);});$marker.push(m_2b854a20f7c4178750b25ea28b305c4d);}});}google.maps.event.addDomListener(window, 'load', initialize);