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(44.7996,-108.346)};var g_f0ec2a3fdae1cf112579d579afbe9813 = new google.maps.Geocoder();g_f0ec2a3fdae1cf112579d579afbe9813.geocode( { 'address': "179 E 3rd St, Lovell, WY 82431"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lovell-WY-bank-of-lovell').style.display = '';map = new google.maps.Map(document.getElementById('lovell-WY-bank-of-lovell'), mapOptions);}document.getElementById('39a502f3').innerHTML += ' | View Map';var $lf0ec2a3fdae1cf112579d579afbe9813 = '

Bank of Lovell

Address: 179 E 3rd St, Lovell, WY 82431
Phone: (307) 548-2213
';var m_f0ec2a3fdae1cf112579d579afbe9813 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Lovell',});m_f0ec2a3fdae1cf112579d579afbe9813['infowindow'] = new google.maps.InfoWindow({content: $lf0ec2a3fdae1cf112579d579afbe9813});var infowindow = new google.maps.InfoWindow({content: $lf0ec2a3fdae1cf112579d579afbe9813});google.maps.event.addListener(m_f0ec2a3fdae1cf112579d579afbe9813, 'click', function() {infowindow.open(map,m_f0ec2a3fdae1cf112579d579afbe9813);});$marker.push(m_f0ec2a3fdae1cf112579d579afbe9813);}});}google.maps.event.addDomListener(window, 'load', initialize);