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.6234,-97.1455)};var g_17762f5302135a8b68ee9a0c7084123e = new google.maps.Geocoder();g_17762f5302135a8b68ee9a0c7084123e.geocode( { 'address': "209 W California St #2, Gainesville, TX 76240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-TX-credit-bail-bonds').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-TX-credit-bail-bonds'), mapOptions);}document.getElementById('f89fa898').innerHTML += ' | View Map';var $l17762f5302135a8b68ee9a0c7084123e = '

Credit Bail Bonds

Address: 209 W California St #2, Gainesville, TX 76240, USA
Phone: (940) 612-2225
';var m_17762f5302135a8b68ee9a0c7084123e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Bail Bonds',});m_17762f5302135a8b68ee9a0c7084123e['infowindow'] = new google.maps.InfoWindow({content: $l17762f5302135a8b68ee9a0c7084123e});var infowindow = new google.maps.InfoWindow({content: $l17762f5302135a8b68ee9a0c7084123e});google.maps.event.addListener(m_17762f5302135a8b68ee9a0c7084123e, 'click', function() {infowindow.open(map,m_17762f5302135a8b68ee9a0c7084123e);});$marker.push(m_17762f5302135a8b68ee9a0c7084123e);}});}google.maps.event.addDomListener(window, 'load', initialize);