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(39.7106,-105.083)};var g_c63e1c0a1c8099b7195beaf6e158f177 = new google.maps.Geocoder();g_c63e1c0a1c8099b7195beaf6e158f177.geocode( { 'address': "w suite b, 7740 W Alameda Ave, Lakewood, CO 80226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-CO-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-CO-bank-of-america-mortgage'), mapOptions);}document.getElementById('ca118c84').innerHTML += ' | View Map';var $lc63e1c0a1c8099b7195beaf6e158f177 = '

Bank of America Mortgage

Address: w suite b, 7740 W Alameda Ave, Lakewood, CO 80226, USA
Phone: (303) 716-7997
';var m_c63e1c0a1c8099b7195beaf6e158f177 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_c63e1c0a1c8099b7195beaf6e158f177['infowindow'] = new google.maps.InfoWindow({content: $lc63e1c0a1c8099b7195beaf6e158f177});var infowindow = new google.maps.InfoWindow({content: $lc63e1c0a1c8099b7195beaf6e158f177});google.maps.event.addListener(m_c63e1c0a1c8099b7195beaf6e158f177, 'click', function() {infowindow.open(map,m_c63e1c0a1c8099b7195beaf6e158f177);});$marker.push(m_c63e1c0a1c8099b7195beaf6e158f177);}});}google.maps.event.addDomListener(window, 'load', initialize);