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.2133,-121.762)};var g_445d9b9cbe0819b6fa115be097b3379b = new google.maps.Geocoder();g_445d9b9cbe0819b6fa115be097b3379b.geocode( { 'address': "2316 S 6th St Suite D, Klamath Falls, OR 97601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('klamath-falls-OR-united-finance').style.display = '';map = new google.maps.Map(document.getElementById('klamath-falls-OR-united-finance'), mapOptions);}document.getElementById('edfaa163').innerHTML += ' | View Map';var $l445d9b9cbe0819b6fa115be097b3379b = '

United Finance

Address: 2316 S 6th St Suite D, Klamath Falls, OR 97601, USA
Phone: (541) 882-3333
';var m_445d9b9cbe0819b6fa115be097b3379b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Finance',});m_445d9b9cbe0819b6fa115be097b3379b['infowindow'] = new google.maps.InfoWindow({content: $l445d9b9cbe0819b6fa115be097b3379b});var infowindow = new google.maps.InfoWindow({content: $l445d9b9cbe0819b6fa115be097b3379b});google.maps.event.addListener(m_445d9b9cbe0819b6fa115be097b3379b, 'click', function() {infowindow.open(map,m_445d9b9cbe0819b6fa115be097b3379b);});$marker.push(m_445d9b9cbe0819b6fa115be097b3379b);}});}google.maps.event.addDomListener(window, 'load', initialize);