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(36.1169,-115.093)};var g_6353c04acc7fe552deb940e42ae6864c = new google.maps.Geocoder();g_6353c04acc7fe552deb940e42ae6864c.geocode( { 'address': "3764 E Flamingo Rd, Las Vegas, NV 89121, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-united-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-united-finance-co'), mapOptions);}document.getElementById('af955f01').innerHTML += ' | View Map';var $l6353c04acc7fe552deb940e42ae6864c = '

United Finance Co.

Address: 3764 E Flamingo Rd, Las Vegas, NV 89121, USA
Phone: (702) 385-1922
';var m_6353c04acc7fe552deb940e42ae6864c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Finance Co.',});m_6353c04acc7fe552deb940e42ae6864c['infowindow'] = new google.maps.InfoWindow({content: $l6353c04acc7fe552deb940e42ae6864c});var infowindow = new google.maps.InfoWindow({content: $l6353c04acc7fe552deb940e42ae6864c});google.maps.event.addListener(m_6353c04acc7fe552deb940e42ae6864c, 'click', function() {infowindow.open(map,m_6353c04acc7fe552deb940e42ae6864c);});$marker.push(m_6353c04acc7fe552deb940e42ae6864c);}});}google.maps.event.addDomListener(window, 'load', initialize);