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.175,-115.123)};var g_2ad268c32de4548f7265e5c9ee87f6cb = new google.maps.Geocoder();g_2ad268c32de4548f7265e5c9ee87f6cb.geocode( { 'address': "4730 S Fort Apache Rd, Las Vegas, NV 89147"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-kirkwood-bank').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-kirkwood-bank'), mapOptions);}document.getElementById('a15c6976').innerHTML += ' | View Map';var $l2ad268c32de4548f7265e5c9ee87f6cb = '

Kirkwood Bank

Address: 4730 S Fort Apache Rd, Las Vegas, NV 89147
Phone: (702) 912-0700
';var m_2ad268c32de4548f7265e5c9ee87f6cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kirkwood Bank',});m_2ad268c32de4548f7265e5c9ee87f6cb['infowindow'] = new google.maps.InfoWindow({content: $l2ad268c32de4548f7265e5c9ee87f6cb});var infowindow = new google.maps.InfoWindow({content: $l2ad268c32de4548f7265e5c9ee87f6cb});google.maps.event.addListener(m_2ad268c32de4548f7265e5c9ee87f6cb, 'click', function() {infowindow.open(map,m_2ad268c32de4548f7265e5c9ee87f6cb);});$marker.push(m_2ad268c32de4548f7265e5c9ee87f6cb);}});}google.maps.event.addDomListener(window, 'load', initialize);