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(33.6639,-97.7208)};var g_40c346856f06143a90c5940458979d56 = new google.maps.Geocoder();g_40c346856f06143a90c5940458979d56.geocode( { 'address': "101 TX-59, Montague, TX 76251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montague-TX-first-republic-investment-corporation').style.display = '';map = new google.maps.Map(document.getElementById('montague-TX-first-republic-investment-corporation'), mapOptions);}document.getElementById('70fe0d55').innerHTML += ' | View Map';var $l40c346856f06143a90c5940458979d56 = '

First Republic Investment Corporation

Address: 101 TX-59, Montague, TX 76251, USA
Phone: (940) 894-2000
';var m_40c346856f06143a90c5940458979d56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Republic Investment Corporation',});m_40c346856f06143a90c5940458979d56['infowindow'] = new google.maps.InfoWindow({content: $l40c346856f06143a90c5940458979d56});var infowindow = new google.maps.InfoWindow({content: $l40c346856f06143a90c5940458979d56});google.maps.event.addListener(m_40c346856f06143a90c5940458979d56, 'click', function() {infowindow.open(map,m_40c346856f06143a90c5940458979d56);});$marker.push(m_40c346856f06143a90c5940458979d56);}});}google.maps.event.addDomListener(window, 'load', initialize);