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.632,-90.1912)};var g_7cb0d8df95103794db72accb00b5df55 = new google.maps.Geocoder();g_7cb0d8df95103794db72accb00b5df55.geocode( { 'address': "111 Prospect Ave, Saint Louis, MO 63122"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-louis-MO-bank-star-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('saint-louis-MO-bank-star-mortgage'), mapOptions);}document.getElementById('8cf8b65f').innerHTML += ' | View Map';var $l7cb0d8df95103794db72accb00b5df55 = '

Bank Star Mortgage

Address: 111 Prospect Ave, Saint Louis, MO 63122
Phone: (314) 822-1111
';var m_7cb0d8df95103794db72accb00b5df55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Star Mortgage',});m_7cb0d8df95103794db72accb00b5df55['infowindow'] = new google.maps.InfoWindow({content: $l7cb0d8df95103794db72accb00b5df55});var infowindow = new google.maps.InfoWindow({content: $l7cb0d8df95103794db72accb00b5df55});google.maps.event.addListener(m_7cb0d8df95103794db72accb00b5df55, 'click', function() {infowindow.open(map,m_7cb0d8df95103794db72accb00b5df55);});$marker.push(m_7cb0d8df95103794db72accb00b5df55);}});}google.maps.event.addDomListener(window, 'load', initialize);