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.032,-104.977)};var g_fec77d1750ac5d6fc20d72f1858f8efa = new google.maps.Geocoder();g_fec77d1750ac5d6fc20d72f1858f8efa.geocode( { 'address': "200 16th Street, Wheatland, WY 82201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wheatland-WY-platte-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('wheatland-WY-platte-valley-bank'), mapOptions);}document.getElementById('2c70fc1c').innerHTML += ' | View Map';var $lfec77d1750ac5d6fc20d72f1858f8efa = '

Platte Valley Bank

Address: 200 16th Street, Wheatland, WY 82201
Phone: (307) 322-9215
';var m_fec77d1750ac5d6fc20d72f1858f8efa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platte Valley Bank',});m_fec77d1750ac5d6fc20d72f1858f8efa['infowindow'] = new google.maps.InfoWindow({content: $lfec77d1750ac5d6fc20d72f1858f8efa});var infowindow = new google.maps.InfoWindow({content: $lfec77d1750ac5d6fc20d72f1858f8efa});google.maps.event.addListener(m_fec77d1750ac5d6fc20d72f1858f8efa, 'click', function() {infowindow.open(map,m_fec77d1750ac5d6fc20d72f1858f8efa);});$marker.push(m_fec77d1750ac5d6fc20d72f1858f8efa);}});}google.maps.event.addDomListener(window, 'load', initialize);