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.8564,-106.272)};var g_ce8b37a150bc1c6a7f4a888fc99e688b = new google.maps.Geocoder();g_ce8b37a150bc1c6a7f4a888fc99e688b.geocode( { 'address': "740 Luker Ln, Evansville, WY 82636, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('evansville-WY-platte-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('evansville-WY-platte-valley-bank'), mapOptions);}document.getElementById('7fe4f244').innerHTML += ' | View Map';var $lce8b37a150bc1c6a7f4a888fc99e688b = '

Platte Valley Bank

Address: 740 Luker Ln, Evansville, WY 82636, USA
Phone: (307) 232-8403
';var m_ce8b37a150bc1c6a7f4a888fc99e688b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platte Valley Bank',});m_ce8b37a150bc1c6a7f4a888fc99e688b['infowindow'] = new google.maps.InfoWindow({content: $lce8b37a150bc1c6a7f4a888fc99e688b});var infowindow = new google.maps.InfoWindow({content: $lce8b37a150bc1c6a7f4a888fc99e688b});google.maps.event.addListener(m_ce8b37a150bc1c6a7f4a888fc99e688b, 'click', function() {infowindow.open(map,m_ce8b37a150bc1c6a7f4a888fc99e688b);});$marker.push(m_ce8b37a150bc1c6a7f4a888fc99e688b);}});}google.maps.event.addDomListener(window, 'load', initialize);