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.4665,-98.7031)};var g_8dcf015750f6f6293926526f83e70a73 = new google.maps.Geocoder();g_8dcf015750f6f6293926526f83e70a73.geocode( { 'address': "104 N Main St, Scotia, NE 68875, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scotia-NE-state-bank-of-scotia').style.display = '';map = new google.maps.Map(document.getElementById('scotia-NE-state-bank-of-scotia'), mapOptions);}document.getElementById('327e1702').innerHTML += ' | View Map';var $l8dcf015750f6f6293926526f83e70a73 = '

State Bank of Scotia

Address: 104 N Main St, Scotia, NE 68875, USA
Phone: (308) 245-4201
';var m_8dcf015750f6f6293926526f83e70a73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of Scotia',});m_8dcf015750f6f6293926526f83e70a73['infowindow'] = new google.maps.InfoWindow({content: $l8dcf015750f6f6293926526f83e70a73});var infowindow = new google.maps.InfoWindow({content: $l8dcf015750f6f6293926526f83e70a73});google.maps.event.addListener(m_8dcf015750f6f6293926526f83e70a73, 'click', function() {infowindow.open(map,m_8dcf015750f6f6293926526f83e70a73);});$marker.push(m_8dcf015750f6f6293926526f83e70a73);}});}google.maps.event.addDomListener(window, 'load', initialize);