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.8683,-103.647)};var g_fafb6206d62f162cb7ba58187fd7d32c = new google.maps.Geocoder();g_fafb6206d62f162cb7ba58187fd7d32c.geocode( { 'address': "1212 Circle Dr, Scottsbluff, NE 69361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsbluff-NE-atm-platte-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('scottsbluff-NE-atm-platte-valley-bank'), mapOptions);}document.getElementById('7c13aac1').innerHTML += ' | View Map';var $lfafb6206d62f162cb7ba58187fd7d32c = '

ATM (Platte Valley Bank)

Address: 1212 Circle Dr, Scottsbluff, NE 69361, USA
Phone: (308) 632-7004
';var m_fafb6206d62f162cb7ba58187fd7d32c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Platte Valley Bank)',});m_fafb6206d62f162cb7ba58187fd7d32c['infowindow'] = new google.maps.InfoWindow({content: $lfafb6206d62f162cb7ba58187fd7d32c});var infowindow = new google.maps.InfoWindow({content: $lfafb6206d62f162cb7ba58187fd7d32c});google.maps.event.addListener(m_fafb6206d62f162cb7ba58187fd7d32c, 'click', function() {infowindow.open(map,m_fafb6206d62f162cb7ba58187fd7d32c);});$marker.push(m_fafb6206d62f162cb7ba58187fd7d32c);}});}google.maps.event.addDomListener(window, 'load', initialize);