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(30.3428,-95.0874)};var g_b14434cf6c2eb5c4e61c6fc48b22934c = new google.maps.Geocoder();g_b14434cf6c2eb5c4e61c6fc48b22934c.geocode( { 'address': "115 N College Ave, Cleveland, TX 77327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-TX-western-shamrock-finance').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-TX-western-shamrock-finance'), mapOptions);}document.getElementById('2b571f09').innerHTML += ' | View Map';var $lb14434cf6c2eb5c4e61c6fc48b22934c = '

Western Shamrock Finance

Address: 115 N College Ave, Cleveland, TX 77327, USA
Phone: (281) 592-3722
';var m_b14434cf6c2eb5c4e61c6fc48b22934c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Shamrock Finance',});m_b14434cf6c2eb5c4e61c6fc48b22934c['infowindow'] = new google.maps.InfoWindow({content: $lb14434cf6c2eb5c4e61c6fc48b22934c});var infowindow = new google.maps.InfoWindow({content: $lb14434cf6c2eb5c4e61c6fc48b22934c});google.maps.event.addListener(m_b14434cf6c2eb5c4e61c6fc48b22934c, 'click', function() {infowindow.open(map,m_b14434cf6c2eb5c4e61c6fc48b22934c);});$marker.push(m_b14434cf6c2eb5c4e61c6fc48b22934c);}});}google.maps.event.addDomListener(window, 'load', initialize);