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.8469,-106.291)};var g_d2221213863854a147b398c1735190ed = new google.maps.Geocoder();g_d2221213863854a147b398c1735190ed.geocode( { 'address': "300 Country Club Rd, Casper, WY 82609, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('casper-WY-midland-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('casper-WY-midland-financial-corporation'), mapOptions);}document.getElementById('72b417fe').innerHTML += ' | View Map';var $ld2221213863854a147b398c1735190ed = '

Midland Financial Corporation

Address: 300 Country Club Rd, Casper, WY 82609, USA
Phone: (307) 265-2740
';var m_d2221213863854a147b398c1735190ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midland Financial Corporation',});m_d2221213863854a147b398c1735190ed['infowindow'] = new google.maps.InfoWindow({content: $ld2221213863854a147b398c1735190ed});var infowindow = new google.maps.InfoWindow({content: $ld2221213863854a147b398c1735190ed});google.maps.event.addListener(m_d2221213863854a147b398c1735190ed, 'click', function() {infowindow.open(map,m_d2221213863854a147b398c1735190ed);});$marker.push(m_d2221213863854a147b398c1735190ed);}});}google.maps.event.addDomListener(window, 'load', initialize);