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.0926,-121.306)};var g_6dc6a2d8ca20d02b6622787dfe05f25e = new google.maps.Geocoder();g_6dc6a2d8ca20d02b6622787dfe05f25e.geocode( { 'address': "20360 N E Empire Ave, Bend, OR 97708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bend-OR-united-finance').style.display = '';map = new google.maps.Map(document.getElementById('bend-OR-united-finance'), mapOptions);}document.getElementById('2a11004b').innerHTML += ' | View Map';var $l6dc6a2d8ca20d02b6622787dfe05f25e = '

United Finance

Address: 20360 N E Empire Ave, Bend, OR 97708, USA
Phone: (541) 617-1922
';var m_6dc6a2d8ca20d02b6622787dfe05f25e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Finance',});m_6dc6a2d8ca20d02b6622787dfe05f25e['infowindow'] = new google.maps.InfoWindow({content: $l6dc6a2d8ca20d02b6622787dfe05f25e});var infowindow = new google.maps.InfoWindow({content: $l6dc6a2d8ca20d02b6622787dfe05f25e});google.maps.event.addListener(m_6dc6a2d8ca20d02b6622787dfe05f25e, 'click', function() {infowindow.open(map,m_6dc6a2d8ca20d02b6622787dfe05f25e);});$marker.push(m_6dc6a2d8ca20d02b6622787dfe05f25e);}});}google.maps.event.addDomListener(window, 'load', initialize);