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.5439,-96.1375)};var g_05985e2ab26401e9eddd93f5424c7cd6 = new google.maps.Geocoder();g_05985e2ab26401e9eddd93f5424c7cd6.geocode( { 'address': "1664 Washington St, Blair, NE 68008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blair-NE-castle--cooke-mortgage-llc-blair-branch').style.display = '';map = new google.maps.Map(document.getElementById('blair-NE-castle--cooke-mortgage-llc-blair-branch'), mapOptions);}document.getElementById('e785fbb8').innerHTML += ' | View Map';var $l05985e2ab26401e9eddd93f5424c7cd6 = '

Castle & Cooke Mortgage, LLC (Blair Branch)

Address: 1664 Washington St, Blair, NE 68008, USA
Phone: (402) 533-8111
';var m_05985e2ab26401e9eddd93f5424c7cd6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Castle & Cooke Mortgage, LLC (Blair Branch)',});m_05985e2ab26401e9eddd93f5424c7cd6['infowindow'] = new google.maps.InfoWindow({content: $l05985e2ab26401e9eddd93f5424c7cd6});var infowindow = new google.maps.InfoWindow({content: $l05985e2ab26401e9eddd93f5424c7cd6});google.maps.event.addListener(m_05985e2ab26401e9eddd93f5424c7cd6, 'click', function() {infowindow.open(map,m_05985e2ab26401e9eddd93f5424c7cd6);});$marker.push(m_05985e2ab26401e9eddd93f5424c7cd6);}});}google.maps.event.addDomListener(window, 'load', initialize);