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.2847,-96.0069)};var g_8eca44032c41c3af294f3c4fe5479dcd = new google.maps.Geocoder();g_8eca44032c41c3af294f3c4fe5479dcd.geocode( { 'address': "2739 N 61st St, Omaha, NE 68104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-metropolitan-building--loan-association').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-metropolitan-building--loan-association'), mapOptions);}document.getElementById('97d7f7b1').innerHTML += ' | View Map';var $l8eca44032c41c3af294f3c4fe5479dcd = '

Metropolitan Building & Loan Association

Address: 2739 N 61st St, Omaha, NE 68104, USA
Phone: (402) 553-3611
';var m_8eca44032c41c3af294f3c4fe5479dcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metropolitan Building & Loan Association',});m_8eca44032c41c3af294f3c4fe5479dcd['infowindow'] = new google.maps.InfoWindow({content: $l8eca44032c41c3af294f3c4fe5479dcd});var infowindow = new google.maps.InfoWindow({content: $l8eca44032c41c3af294f3c4fe5479dcd});google.maps.event.addListener(m_8eca44032c41c3af294f3c4fe5479dcd, 'click', function() {infowindow.open(map,m_8eca44032c41c3af294f3c4fe5479dcd);});$marker.push(m_8eca44032c41c3af294f3c4fe5479dcd);}});}google.maps.event.addDomListener(window, 'load', initialize);