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(42.1244,-102.896)};var g_f42c7f9c8aeab0fc412031e192e2119d = new google.maps.Geocoder();g_f42c7f9c8aeab0fc412031e192e2119d.geocode( { 'address': "318 Box Butte Ave, Alliance, NE 69301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alliance-NE-sandhills-state-bank-loan').style.display = '';map = new google.maps.Map(document.getElementById('alliance-NE-sandhills-state-bank-loan'), mapOptions);}document.getElementById('e336ac03').innerHTML += ' | View Map';var $lf42c7f9c8aeab0fc412031e192e2119d = '

Sandhills State Bank Loan

Address: 318 Box Butte Ave, Alliance, NE 69301
Phone: (308) 761-1120
';var m_f42c7f9c8aeab0fc412031e192e2119d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sandhills State Bank Loan',});m_f42c7f9c8aeab0fc412031e192e2119d['infowindow'] = new google.maps.InfoWindow({content: $lf42c7f9c8aeab0fc412031e192e2119d});var infowindow = new google.maps.InfoWindow({content: $lf42c7f9c8aeab0fc412031e192e2119d});google.maps.event.addListener(m_f42c7f9c8aeab0fc412031e192e2119d, 'click', function() {infowindow.open(map,m_f42c7f9c8aeab0fc412031e192e2119d);});$marker.push(m_f42c7f9c8aeab0fc412031e192e2119d);}});}google.maps.event.addDomListener(window, 'load', initialize);