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.0663,-104.184)};var g_301b144af4d1614dbcf92f9710be50fb = new google.maps.Geocoder();g_301b144af4d1614dbcf92f9710be50fb.geocode( { 'address': "2201 Main St, Torrington, WY 82240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('torrington-WY-platte-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('torrington-WY-platte-valley-bank'), mapOptions);}document.getElementById('b2f0d03b').innerHTML += ' | View Map';var $l301b144af4d1614dbcf92f9710be50fb = '

Platte Valley Bank

Address: 2201 Main St, Torrington, WY 82240, USA
Phone: (307) 532-2244
';var m_301b144af4d1614dbcf92f9710be50fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platte Valley Bank',});m_301b144af4d1614dbcf92f9710be50fb['infowindow'] = new google.maps.InfoWindow({content: $l301b144af4d1614dbcf92f9710be50fb});var infowindow = new google.maps.InfoWindow({content: $l301b144af4d1614dbcf92f9710be50fb});google.maps.event.addListener(m_301b144af4d1614dbcf92f9710be50fb, 'click', function() {infowindow.open(map,m_301b144af4d1614dbcf92f9710be50fb);});$marker.push(m_301b144af4d1614dbcf92f9710be50fb);}});}google.maps.event.addDomListener(window, 'load', initialize);