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(38.442,-122.711)};var g_39689f7c887aa485ca7b1304d34c9dc9 = new google.maps.Geocoder();g_39689f7c887aa485ca7b1304d34c9dc9.geocode( { 'address': "755 4th St, Santa Rosa, CA 95404, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-mortgage---bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-mortgage---bank-of-america'), mapOptions);}document.getElementById('d901a136').innerHTML += ' | View Map';var $l39689f7c887aa485ca7b1304d34c9dc9 = '

Mortgage - Bank of America

Address: 755 4th St, Santa Rosa, CA 95404, USA
Phone: (707) 583-8100
';var m_39689f7c887aa485ca7b1304d34c9dc9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage - Bank of America',});m_39689f7c887aa485ca7b1304d34c9dc9['infowindow'] = new google.maps.InfoWindow({content: $l39689f7c887aa485ca7b1304d34c9dc9});var infowindow = new google.maps.InfoWindow({content: $l39689f7c887aa485ca7b1304d34c9dc9});google.maps.event.addListener(m_39689f7c887aa485ca7b1304d34c9dc9, 'click', function() {infowindow.open(map,m_39689f7c887aa485ca7b1304d34c9dc9);});$marker.push(m_39689f7c887aa485ca7b1304d34c9dc9);}});}google.maps.event.addDomListener(window, 'load', initialize);